//==============================================================================
// monument_anim.txt
//==============================================================================

import Construction_defines_anim.txt

//==============================================================================
define empower
{
   SetSelector
   {
      EmpowerLogic
      SetSelector
      {
         set hotspot
         {
            version
            {
               Visualnone Jimmy
            }
         }
      }
      SetSelector
      {
         set hotspot
         {
            version
            {
               Visualparticle SFX E Pharaoh Empower Small
            }
         }
      }
   }
}

//==============================================================================
define ring
{
   set hotspot
   {
      version
      {
         Visualparticle SFX E Isis Monument Ring
      }
   }
}
//==============================================================================
define Stand
{
   set hotspot
   {
      version
      {
         Visual Building E Monument4 Stand
      }
   }  
}
//==============================================================================
anim Build
{
   SetSelector
   {
      set hotspot
      {
		  version
		  {
				Visual Building E Monument4
				connect ATTACHPOINT ring hotspot
				connect hotspot stand hotspot
		  }
		}
   }
}

//==============================================================================
define Dust
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Building DustA
      }
   }  
}
//==============================================================================
anim Idle
{
   SetSelector
   {
		CinematicLogic
		SetSelector
		{
			ConstructionLogic 0 33 66
			set hotspot
			{
				version
				{
					Visual Building E Monument4
					connect hotspot stand hotspot
					connect hotspot empower hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual Building Construction Small A
					connect ATTACHPOINT empower hotspot
					connect CHIN E_Small_Brick hotspot
					connect FACE E_Medium_Brick hotspot
					connect ATTACHPOINT E_Long_Brick hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual Building Construction Small B
					connect ATTACHPOINT empower hotspot
					connect CHIN E_Small_Brick hotspot
					connect FACE E_Medium_Brick hotspot
					connect ATTACHPOINT E_Long_Brick hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual Building E Monument4 Construction
					connect hotspot empower hotspot
					connect attachpoint E_Long_Brick hotspot
				}
			}
		}
		SetSelector
		{
			ConstructionLogic 0 33 66
			set hotspot
			{
				version
				{
					Visual Building E Monument4_cinematic
					connect hotspot empower hotspot
					connect hotspot Stand hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual Building Construction Small A
					connect ATTACHPOINT empower hotspot
					connect CHIN E_Small_Brick hotspot
					connect FACE E_Medium_Brick hotspot
					connect ATTACHPOINT E_Long_Brick hotspot
					connect hotspot Stand hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual Building Construction Small B
					connect ATTACHPOINT empower hotspot
					connect CHIN E_Small_Brick hotspot
					connect FACE E_Medium_Brick hotspot
					connect ATTACHPOINT E_Long_Brick hotspot
					connect hotspot Stand hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual Building E Monument4 Construction
					connect hotspot empower hotspot
					connect attachpoint E_Long_Brick hotspot
					connect hotspot Stand hotspot
				}
			}
		}
	}
}

//==============================================================================
anim Death
{
   SetSelector
   {
      ConstructionLogic 0 33 66
      set hotspot
      {
         version
         {
            Visual Building E Monument4_Death
		length 3.5
				connect hotspot Stand hotspot
				connect smoke0 dust hotspot
				connect smoke1 dust hotspot
         }
      }
      set hotspot
      {
         version
         {
            Visual Building Construction Small A
                  connect ATTACHPOINT empower hotspot
		            connect CHIN E_Small_Brick hotspot
		            connect FACE E_Medium_Brick hotspot
		            connect ATTACHPOINT E_Long_Brick hotspot
         }
      }
      set hotspot
      {
         version
         {
            Visual Building Construction Small B
                  connect ATTACHPOINT empower hotspot
		            connect CHIN E_Small_Brick hotspot
		            connect FACE E_Medium_Brick hotspot
		            connect ATTACHPOINT E_Long_Brick hotspot
         }
      }
      set hotspot
      {
         version
         {
            Visual Building E Monument4 Construction
		connect hotspot empower hotspot
				connect attachpoint E_Long_Brick hotspot
				//connect face E_Long_Brick hotspot
				//connect chin E_Medium_Brick hotspot
				//connect leftfoot E_Medium_Brick hotspot
				//connect lefthand E_Small_Brick hotspot
				//connect leftleg E_Small_Brick hotspot
         }
      }
   }
}
